home *** CD-ROM | disk | FTP | other *** search
/ PC World Interactive 7 / PC World Interactive 7.iso / share / hobi / solarsys / Solar.exe / 0 / RCDATA / TFRMLOOK / TFRMLOOK.txt < prev   
Text File  |  1997-11-30  |  3KB  |  161 lines

  1. object frmLook: TfrmLook
  2.   Left = 288
  3.   Top = 172
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Set ScrollBars'
  7.   ClientHeight = 407
  8.   ClientWidth = 567
  9.   Font.Color = clWindowText
  10.   Font.Height = -13
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   OnCreate = FormCreate
  15.   OnShow = FormShow
  16.   PixelsPerInch = 120
  17.   TextHeight = 16
  18.   object ImageXTowards: TImage
  19.     Left = 9
  20.     Top = 240
  21.     Width = 337
  22.     Height = 106
  23.     Picture.Data = {<image000.bmp>}
  24.   end
  25.   object ImageYTowards: TImage
  26.     Left = 352
  27.     Top = 6
  28.     Width = 188
  29.     Height = 340
  30.     Picture.Data = {<image001.bmp>}
  31.   end
  32.   object LabelInfoAway: TLabel
  33.     Left = 9
  34.     Top = 9
  35.     Width = 336
  36.     Height = 152
  37.     AutoSize = False
  38.     Caption = 
  39.       'Use the scrollbars or the textboxes below to specify the locatio' +
  40.       'n of your point of view relative to the object you are away from' +
  41.       '. To choose which object you wish to look away from, use the Vie' +
  42.       'w Wizard (Edit/View Wizard).'
  43.     Visible = False
  44.   end
  45.   object Label2: TLabel
  46.     Left = 16
  47.     Top = 169
  48.     Width = 110
  49.     Height = 17
  50.     AutoSize = False
  51.     Caption = '&Horizontal Plane Angle:'
  52.     FocusControl = spinX
  53.   end
  54.   object Label3: TLabel
  55.     Left = 16
  56.     Top = 201
  57.     Width = 98
  58.     Height = 17
  59.     AutoSize = False
  60.     Caption = '&Vertical Plane Angle:'
  61.     FocusControl = scrollY
  62.   end
  63.   object ImageXAway: TImage
  64.     Left = 9
  65.     Top = 240
  66.     Width = 337
  67.     Height = 106
  68.     Picture.Data = {<image002.bmp>}
  69.   end
  70.   object ImageYAway: TImage
  71.     Left = 352
  72.     Top = 6
  73.     Width = 188
  74.     Height = 340
  75.     Picture.Data = {<image003.bmp>}
  76.   end
  77.   object LabelInfoTowards: TLabel
  78.     Left = 9
  79.     Top = 9
  80.     Width = 336
  81.     Height = 152
  82.     AutoSize = False
  83.     Caption = 
  84.       'Use the scrollbars or the textboxes below to specify the locatio' +
  85.       'n of your point of view relative to the object you are looking t' +
  86.       'owards. To choose which object you wish to look towards, use the' +
  87.       ' View Wizard (Edit/View Wizard).'
  88.   end
  89.   object scrollX: TScrollBar
  90.     Left = 9
  91.     Top = 352
  92.     Width = 337
  93.     Height = 16
  94.     LargeChange = 10
  95.     Max = 180
  96.     Min = -180
  97.     TabOrder = 4
  98.     TabStop = False
  99.     OnScroll = scrollScroll
  100.   end
  101.   object scrollY: TScrollBar
  102.     Left = 544
  103.     Top = 6
  104.     Width = 16
  105.     Height = 340
  106.     Kind = sbVertical
  107.     LargeChange = 10
  108.     Max = 180
  109.     Min = -180
  110.     TabOrder = 5
  111.     TabStop = False
  112.     OnScroll = scrollScroll
  113.   end
  114.   object butOK: TButton
  115.     Left = 473
  116.     Top = 377
  117.     Width = 82
  118.     Height = 24
  119.     Caption = '&OK'
  120.     TabOrder = 3
  121.     OnClick = butOKClick
  122.   end
  123.   object butCancel: TButton
  124.     Left = 377
  125.     Top = 377
  126.     Width = 82
  127.     Height = 24
  128.     Caption = '&Cancel'
  129.     TabOrder = 2
  130.     OnClick = butCancelClick
  131.   end
  132.   object spinX: TSpinEdit
  133.     Left = 165
  134.     Top = 165
  135.     Width = 59
  136.     Height = 32
  137.     Hint = 'Scales the viewing window'
  138.     AutoSize = False
  139.     Increment = 5
  140.     MaxValue = 180
  141.     MinValue = -180
  142.     TabOrder = 0
  143.     Value = 0
  144.     OnChange = SpinChange
  145.   end
  146.   object spinY: TSpinEdit
  147.     Left = 165
  148.     Top = 197
  149.     Width = 59
  150.     Height = 32
  151.     Hint = 'Scales the viewing window'
  152.     AutoSize = False
  153.     Increment = 5
  154.     MaxValue = 180
  155.     MinValue = -180
  156.     TabOrder = 1
  157.     Value = 0
  158.     OnChange = SpinChange
  159.   end
  160. end
  161.